Click or drag to resize

ServiceGetEvents Method (SubscribeResponse)

Gets events that have occurred in a mailbox since the last notification.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetEventsResponse GetEvents(
	SubscribeResponse subscribeResponse
)

Parameters

subscribeResponse
Type: Independentsoft.ExchangeSubscribeResponse
The subscribe response.

Return Value

Type: GetEventsResponse
A collection of notification events.
Exceptions
ExceptionCondition
ArgumentNullExceptionsubscribeResponse
See Also